CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 边缘检测 robert

搜索资源列表

  1. EdgeContour

    2下载:
  2. 本系统实现了图像的基本读写操作,并在此基础上对图像的边缘进行检测,应用了canny,sobel,robert等算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:78287
    • 提供者:宋志强
  1. Image-Processing

    0下载:
  2. vc++数字图像编程基础,包括点运算、几何变换(平移、旋转、缩放、镜像)、正交变换(沃尔什、傅里叶、离散余弦)、图像增强(图像平滑、中值滤波、梯度锐化、拉普拉斯锐化)、形态学变换(腐蚀、膨胀、开、关)、边缘与轮廓(robert、sobel、frewit、kirsch、gauss-laplace边缘检测算子,hough变换,轮廓提取,轮廓跟踪)、图像分析(阈值分割、投影检测、差影检测、模板匹配)、图像复原(卷积模糊、逆滤波复原、维纳滤波复原,随机、椒盐噪声)、图像编码(赫夫曼编码、香农费诺编码、行
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16464506
    • 提供者:李欣
  1. EdgeContourbyK

    0下载:
  2. 多种边缘检测算子,如sobel算子,Prewitt算子,Robert算子,Laplace算子等,可以检测出图像的轮廓。-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2296202
    • 提供者:fredd
  1. 20110506

    0下载:
  2. 主要分析几种应用于数字图像处理中的边缘检测算子,根据它们在实践中的应用结果进行研究,主要包括: Robert 边缘算子、Prewitt 边缘算子、Sobel 边缘算子、Kirsch 边缘算子以及Laplacian 算子等,根据实验处理结果讨论了 几种检测方法的优劣.-Analysis of several key used in digital image processing edge detection operator, according to their application
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:474957
    • 提供者:mimi
  1. DIPAX

    1下载:
  2. 实用数字图像处理与分析 陈兵旗 课本源码 1.图像读写; 2.几何变换:竖直镜像、水平镜像、对角镜像; 3.空间变换:傅里叶变换、沃尔什变换、离散余弦变换; 4.图像复原:均值滤波、中值滤波、高斯滤波;5.图像增强:二值化、灰度化、直方图均衡化、伪彩色; 6.特征检测:LOG、Robert、Sobel、Prewitte等边缘检测算子;-Practical digital image processing and analysis Bing flag textbook s
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9250674
    • 提供者:王国
  1. EdgeContour

    0下载:
  2. MFC实现灰度图像的边缘与轮廓,包括Robert,sobel,Kirsch等各种算子的边缘检测,hough变换,轮廓提取,种子填充,轮廓跟踪等-MFC to achieve gray image edges and contours, including Robert, sobel, Kirsch other operator edge detection, hough transform, contour extraction, seed filling, contour tracking.
  3. 所属分类:Menu control

    • 发布日期:2017-05-10
    • 文件大小:2139974
    • 提供者:赵丹凤
  1. imageprocess

    0下载:
  2. 提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-image process
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:511366
    • 提供者:lx
  1. EdgePContour

    1下载:
  2. VC++边缘检测(包括Robert算子、Sobel算子、高斯-拉普拉斯算子等)、霍夫变换、轮廓提取、种子填充、轮廓跟踪-VC++ edge detection (including Robert operator, Sobel operator, Gauss- Laplace operator, etc.), Hough transform, contour extraction, seed filling, contour tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:86084
    • 提供者:
  1. Roberts

    0下载:
  2. Robert函数,用于边缘检测,速度快,效果好。 可以直接运行,VC环境。-Robert functions for edge detection, fast and effective. Can be directly run, VC environment.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2780738
    • 提供者:raven
  1. detectionContour

    0下载:
  2. 利用sobel,prewitt等算法实现边缘检测--By sobel, prewitt, robert, marr and realize canny edge detection operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:88229
    • 提供者:HE
  1. Some-code-image-edge-detection

    0下载:
  2. 最近在学习图像分割,这里是冈萨雷斯matlab版中的一些图像边缘检测的代码,包括harris,susan,robert,sobel,prewitt,log,以及图像的多层小波分解的代码。-Recent study of image segmentation, here is Gonzales matlab version of some of the image edge detection code, including harris, susan, robert, sobel, prewit
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:3447
    • 提供者:返璞归真
  1. Roberts_GPU

    0下载:
  2. 该VC++ 程序是基于CUDA架构的Robert边缘检测程序,GPU加速,并且使用了opencv函数库-The VC++ program is based on the CUDA architecture, Robert edge detection procedures, GPU acceleration, and use the opencv library
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:490930
    • 提供者:王顺飞
  1. Comparison-of-edge-detection-method

    0下载:
  2. 为了在实际应用中能够选择最佳的边缘检测方法,采用Matlab语言鳊程,将若干常用的边缘检测方法应用于花瓶边缘检测仿真实验.包括微分算子法(Robert算亍、Sobel算予、Prewitt算子和Kirseh算子)、高斯一拉普拉斯算子法、坎尼算子法、零交叉法和Frei—chen边缘检测法等,并进行了对比分析。-In practice, in order to be able to the best edge detection method using Matlab language bream
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:586317
    • 提供者:焦峰凯
  1. bianyuanjiance

    0下载:
  2. 彩色图像的边缘检测,包含canny算子,sobel算子和Robert算子。-Color image edge detection, including canny operator, sobel operator and Robert operator.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:524
    • 提供者:Cece
  1. edge-detection

    0下载:
  2. 边缘检测算法,Sobel算法,Robert算法,Canny算法等。-Edge detection algorithm, Sobel algorithm, Robert algorithm, Canny algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:490753
    • 提供者:柴江松
  1. edges-master

    0下载:
  2. 边缘检测算子 图像边缘信息主要集中在高频段,通常说图像锐化或检测边缘,实质就是高频滤波。我们知道微分运算是求信号的变化率,具有加强高频分量的作用。在空域运算中来说,对图像的锐化就是计算微分。由于数字图像的离散信号,微分运算就变成计算差分或梯度。图像处理中有多种边缘检测(梯度)算子,常用的包括普通一阶差分,Robert算子(交叉差分),Sobel算子等等,是基于寻找梯度强度。拉普拉斯算子(二阶差分)是基于过零点检测。通过计算梯度,设置阀值,得到边缘图像。(The image edge infor
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:22621184
    • 提供者:lohaspig
« 1 2 3 4 5»
搜珍网 www.dssz.com